API Documentation
Public Member Functions | Public Attributes | List of all members
nkScripts::ScriptObjectView Class Referencefinal

A view over an object in the scripting environment. More...

Public Member Functions

 ScriptObjectView ()
 
 ~ScriptObjectView ()
 
void reset (ScriptObjectInterpreterView *view)
 

Public Attributes

ScriptObjectInterpreterView_view
 The interpreter specific data for a view over a script object.
 

Detailed Description

A view over an object in the scripting environment.

Doesn't touch anything related to reference counting, but used to reconstruct references that will impact the reference counting.

In theory, this class should never be used by external code.

Constructor & Destructor Documentation

◆ ScriptObjectView()

nkScripts::ScriptObjectView::ScriptObjectView ( )

Constructor.

◆ ~ScriptObjectView()

nkScripts::ScriptObjectView::~ScriptObjectView ( )

Destructor.

Member Function Documentation

◆ reset()

void nkScripts::ScriptObjectView::reset ( ScriptObjectInterpreterView view)

Resets the view with a new view.

Parameters
viewThe new interpreter view to use.

The documentation for this class was generated from the following file: